Search
ITransform.WorldToDevice Method (Point[])
See Also
 





Convert an array of points from world to screen coordinates.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

Point[] WorldToDevice (
    Point[] points
)

Visual Basic  Copy Code

Function WorldToDevice( _
    points() As Point _
) As Point()

 Parameters

points

An array of Point objects specifying world coordinates.

 Return Value

An array of Point objects containing the corresponding screen coordinates.

 See Also